home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 4 / ETO Development Tools 4.iso / Essentials / MacApp Documentation / MacApp.TECH$ Archives / 1988 / Mar 88 / Big MacApp Objects 3⁄30 next >
Encoding:
Text File  |  1991-03-06  |  1.0 KB  |  32 lines  |  [TEXT/GEOL]

  1. Item    4964881                         30-March-88        06:18
  2.  
  3. From:   D0469                           Argii Design Group, Dev, M Demeyer
  4.  
  5. To:     MACAPP$                         MacApp Interest List
  6.  
  7. cc:     MACDTS                          Macintosh Developer Technical Supt.
  8.  
  9. Sub:    Big MacApp Objects
  10.  
  11. Dear Erez:
  12.  
  13. Sorry to hear about your frustration; I, as any other developer, could
  14. relate to a problem of this magnitude.  Also thanks for sharing the
  15. info.
  16.  
  17. Although I have not run into the same problem, I have observed
  18. something, from what you said and from what I have done.  I think an
  19. object cannot be bigger than 32K; that is, the size of BOTH METHODS
  20. and FIELDS cannot be > 32K (like any other data type).  So, instead of
  21. reducing the methods, perhaps you could reduce size of the fields if
  22. possible; eg: instead of using an array, use a pointer to a handle
  23. (which is only 4 bytes) and keep the data on the heap.  Of course, you
  24. have to manipulate this "handle" array differently.
  25.  
  26. Best wishes to you.
  27.  
  28. Anh Nguyen
  29. Argii Design Group
  30.  
  31.  
  32.